From 533ea97c67b2490d20305f60c65e173069159f3f Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Fri, 2 Jul 2010 22:38:39 +0200 Subject: [PATCH] Remove leftover uses/references of GtkNotebook::group-id --- gtk/gtknotebook.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 3b5e1b8d13..ae8dbdac30 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -935,7 +935,7 @@ gtk_notebook_class_init (GtkNotebookClass *class) * a notebook where the tab will be attached. It is also * responsible for moving/resizing the window and adding the * necessary properties to the notebook (e.g. the - * #GtkNotebook:group-id ). + * #GtkNotebook:group ). * * The default handler uses the global window creation hook, * if one has been set with gtk_notebook_set_window_creation_hook(). @@ -7471,7 +7471,6 @@ gtk_notebook_set_group (GtkNotebook *notebook, if (priv->group != group) { priv->group = group; - g_object_notify (G_OBJECT (notebook), "group-id"); g_object_notify (G_OBJECT (notebook), "group"); } } -- 2.30.2